home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / visual2a / module1.bas < prev    next >
BASIC Source File  |  1999-09-24  |  355b  |  11 lines

  1. Attribute VB_Name = "Module1"
  2. 'General Declarations
  3.  
  4. 'This one is intended to hide the cursor in Screen-Saver
  5. 'Mode
  6. Public Declare Function ShowCursor Lib "user32" (ByVal bShow As Long) As Long
  7.  
  8. 'Program Public variables
  9. Public RST As Integer, A As Integer, DelLines As Boolean
  10. Public PSWD As String, Pts As Integer, P As Boolean, SS As Boolean
  11.